From: Jan Djärv Date: Fri, 27 Mar 2009 18:37:41 +0000 (+0000) Subject: (struct x_display_info): Add atoms for _NET_WM_STATE. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1065 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5ba2b7856b271b2e1ec2ac007ca909cea8700248;p=emacs.git (struct x_display_info): Add atoms for _NET_WM_STATE. --- diff --git a/src/xterm.h b/src/xterm.h index b520c1dfd11..6681d4ed440 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -356,6 +356,10 @@ struct x_display_info Atom *net_supported_atoms; int nr_net_supported_atoms; Window net_supported_window; + + /* Atoms dealing with maximization and fullscreen */ + Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom, + Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert; }; #ifdef HAVE_X_I18N